[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GOTOXY
. Summary
gotoxy(int <xpos>, int <ypos>);
. Description
The gotoxy function positions the cursor at the screen coordinates
given by <xpos> and <ypos>. Note that 0,0 is the upper left corner.
On a 80x25 text screen, the lower right corner would be 79,24.
. Return Value
None.
. Example
gotoxy(0, 0); // go to the top left corner
gotoxy(79, 24); // go to the bottom right corner
See Also:
getx
gety
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson